home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
amok
/
081-090
/
amok84
/
reqtools_2.1d
/
glue.lha
/
Glue
/
Dice
/
src
/
rtSetReqPosition.asm
< prev
next >
Wrap
Assembly Source File
|
1992-06-10
|
192b
|
19 lines
INCLUDE "ReqTools.i"
XDEF _rtSetReqPosition
rl REG a2/a6
_rtSetReqPosition:
movem.l rl,-(a7)
RTB
move.l 12(a7),d0
movem.l 16(a7),a0/a1/a2
jsr -126(a6)
movem.l (a7)+,rl
rts
END